*{
 font-family: "Figtree", sans-serif !important;
}
.header-logo img{
    height: 75px;
}
.main-header-fix{
    padding: 0px 80px;
}
.icon-menu li{
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.icon-menu{
   
    display: flex;
    justify-content: space-between;
}

.menu-icon{
height: 40px;
width: 40px;
border-radius: 50%;
background-color: #000;
margin-right: 15px;
margin-top: 12px;
}
.menu-icon img{
  
height: 22px;
width: 22px;
margin-top: 8px;
margin-left: 9px;
}
.about-home{
    margin: 80px 0;
}

.home1-feature-section {
    background-color: #000000;
}
.moreservice-home{
  padding: 10px 15px !important;
    background-color: #000000 !important;
}
.moreservice-home:hover{

    background-color: #fc0303 !important;
}
    .footer-section .footer-wrapper .footer-menu-wrap {
        padding: 0;
    }

    .footer-section .footer-wrapper .footer-menu-wrap {
    padding: 0;
}
header.header-area {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.3s ease;
}

header.header-area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff; /* scroll पर white background */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1); /* हल्की shadow */
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/* Optional: Scroll पर logo थोड़ा छोटा कर सकते हो */
header.header-area.sticky .header-logo img {
        max-height: 95px;

    transition: max-height 0.3s ease;
}
header.header-area.style-1.sticky {
    border-bottom: none; /* Scroll hone par border remove */
    box-shadow: 0 2px 10px rgba(0,0,0,0.19); /* हल्की shadow */
    background: #fff; /* Background white rakho for clarity */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.home1-banner-section{
  padding: 0;
  margin: 0;
}


.banner-content h1,
.banner-content p {
    color: #fff;
}

.banner-content h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.banner-content p {
    font-size: 18px;
    max-width: 600px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.button-grp .primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    margin-right: 15px;
    background: #ff5e14;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.button-grp .primary-btn.transparent {
    background: transparent;
    border: 2px solid #fff;
}

.button-grp .primary-btn:hover {
    background: #e64d08;
}

.social-list {
    position: absolute;
    bottom: 30px;
    left: 50px;
    display: flex;
    gap: 15px;
    z-index: 3;
}

.social-list li a {
    color: #fff;
    font-size: 22px;
    transition: color 0.3s ease;
}

.social-list li a:hover {
    color: #ff5e14;
}


.home1-contact-section .home1-contact-wrap {
    background-color: #000000}
    .about-top{
        margin-top: -60px;
    }
   .about-top {
    position: relative;
    margin-top: -60px; 
    z-index: 5;
}

.about-top-card {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px;
    z-index: 10;
    position: relative;
    padding: 25px;
    text-align: justify;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Optional - hover effect */
.slider-container {

  
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 250px;
  border-radius: 0.7rem;
  overflow: hidden;
}

.before-image,
.after-image {
  
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Styling the Before/After text */
.before-text,
.after-text {
  position: absolute;
  font-family: system-ui;
  font-size: 14px;
  font-weight: 600;
  color: #3a3a3a;
  z-index: 4;
  padding: 10px 20px;
  background-color: #ffffff9e;
  border-radius: 0.3rem;
  letter-spacing: 2px;
  transition: opacity 0.3s ease-in-out;
}

/* Before text */
.before-text {
  left: 20px; /* Position text to the left */
  top: 20px;
  z-index: 5;
}

/* After text */
.after-text {
  right: 20px; /* Position text to the right */
  top: 20px;
  z-index: 3;
}

/* Hide the After text initially */
.after-image .after-text {
  visibility: visible;
  z-index: 3;
}

.after-image {
  clip-path: inset(0 50% 0 0);
}

.slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
  z-index: 2;
}

.slider-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  z-index: 1;
}
.pulse-container {
  position: relative;
  display: inline-block;
}

.pulse-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px; /* Larger than the SVG */
  height: 70px;
  border-radius: 50%;
  background-color: #ffffff; /* Color of the pulse */
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}

.slider-line svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}
/* Prevent text/image selection while dragging */
.slider-container,
.before-image img,
.after-image img {
  margin-top: 15px;
  border-radius: 7px;
  user-select: none; /* Disable selection on most browsers */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

.slider-handle,
.slider-line {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}


.footer-section .footer-wrapper .footer-menu-wrap {
    padding-top: 80px;
    }

    .footer-logo img{
        
    height: 130px;
    width: 200px;
    }
    .footer-logo{
        border-radius: 5px;
        background-color: #fff;
    }
    .footer-section .footer-wrapper {
    background-color: #080808;
}
.footer-location img{
    margin-right: 15px;
    height: 25px;
    width: 30px;
}
.custom-hr {
  margin-top: 40px;
  border: none;
  height: 1px;           
  background: #fff;      
  
  opacity: 1; 
}
.about-us img{
   
    object-position: center;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    height: 460px;
    width: 100%;
    /* border: 8px solid #c2bdbd; */
    border-radius: 15px !important;
}
.blog-card-fix{
    border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;  
}
    .home4-contact-section .contact-form-wrap {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; 
    }

.contactfix h2{
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 700;
}
body {
    
    font-family: "Figtree", sans-serif !important;
}
.contact-form{
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    background: #fff;
    width: 100%;
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #090b0e;
    padding: 16px;
    height: 48px;
    margin-top: 24px;
}
.home4-contact-section .contact-form-wrap {
    border-radius: 10px !important;
}
.google-map iframe{
    width: 100%;
    height: 400px;
}
.contact-textarea{
    min-height: 90px !important;
    margin-bottom: 30px;
}
.contact-info{
    padding: 50px 30px;
    border-radius: 10px;
    background-color: #fff;
 box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; 
}
.home4-contact-section .contact-wrapper ul .single-contact .content h6 a {
    font-size: 16px !important;
}

.banner-content h1{
    font-family: Arial, sans-serif !important;
    font-size: 32px !important;
    color: #fff !important;
    padding-bottom: 15px;
    font-weight: 500;
}
.banner-content li{
    font-family: Arial, sans-serif !important;
    font-size: 16px !important;
    color: #fff !important;
    font-weight: 500;
}
.banner-content li a{
    font-family: Arial, sans-serif !important;
    font-size: 16px !important;
    color: #fff !important;
    font-weight: 500;
}
.breadcrumb-section .banner-wrapper .banner-content .breadcrumb-list li::before {

    background-color: #fff !important;
}

/* header  */
.bottom-menu-fix {
    padding:0px 30px;
}
 .main-menu {
    position: relative;
}
.header-top-fix-menfotech{
    padding:0px 30px;
}
 .main-menu ul li a {
    padding:0px 10px;
}
 .main-menu ul li ul.menu-mega {
  position: absolute;
  left: 20%;
    width: 1065px;
    box-shadow: none;
    background-color: #fff;
    border-radius: 1.5rem;
    min-width: 20rem;
    padding: 1rem;
    top: 3rem;
    bottom: auto;
    left: 25%;
    right: auto;
    align-content: start;
    -webkit-filter: drop-shadow(0px 0.625rem 1.875rem rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px .625rem 1.875rem rgba(0, 0, 0, .2));
}
 .main-menu ul li ul.app_development{
   left: 25%;
   height: 300px !important;
}
 .main-menu ul li ul.Digital-Marketing-fix{
   left: 25%;
   height: 300px !important;
}
 .main-menu ul li ul.erpsolutions{
   left: -630%;
   height: 300px !important;
}
/*  .main-menu ul li ul.erpsolutions .menu-mega2line .megamenulist {
    padding: 5px 20px !important;
} */
 /* .erpsolution{
   padding: 5px 20px !important;
 } */


 .main-menu ul li ul.menu-mega .menu-mega2line {
    position: relative;
    left: 0;
    top: 0;
    background-color: #fff;
    min-width: 20rem;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: minmax(15rem, 1fr) minmax(15rem, 1fr);
    grid-auto-columns: minmax(15rem, 1fr);
    align-content: start;
    box-shadow: none;


   
}

 .main-menu ul li ul.menu-mega .menu-mega2line .megamenulist img{
    aspect-ratio: 1 / 1;
    max-width: 45px;
}
 .main-menu ul li ul.menu-mega .menu-mega2line .megamenulist .megamenuifo{
    width: calc(100% - 35px);
    padding-left: 5px;
}
 .main-menu ul li ul.menu-mega .menu-mega2line .megamenulist .megamenuifo .megamenutitle{
   
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}

 .main-menu ul li ul.menu-mega .megamenu-fix {
    display: flex;
    align-items: flex-start;
}
 .main-menu ul li ul.menu-mega .menu-mega2line{
   display: grid;
}
 .main-menu ul li ul.menu-mega .menu-mega2line li {
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: #09334f;
    border-radius: .75rem;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    align-items: start;
    padding: 0;
    transition-duration: .1s;
    transition-timing-function: cubic-bezier(1,0,0,1);
    display: flex
;
    position: relative;
    border: 0;
}
.megamenu-img{
    width: 25%;
    margin-left: auto;
    overflow: hidden;
    border-radius: 16px;
}
.menu-mega  {
    display: flex;
    
}
.megamenulist a{
    padding: 5px 0px !important;
}
 .main-menu ul li ul.menu-mega .menu-mega2line .megamenulist{
    padding: 5px 20px !important;  
}
 .main-menu ul li ul.packages-mega {
    height: 400px;
    width: 920px !important;
    box-shadow: none;
    background-color: #fff;
    border-radius: 1.5rem;
    min-width: 20rem;
    padding: 1rem;
    top: 3rem;
    bottom: auto;
    left: -410%;
    right: auto;
    align-content: start;
    -webkit-filter: drop-shadow(0px 0.625rem 1.875rem rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px .625rem 1.875rem rgba(0, 0, 0, .2));
}

 .main-menu ul li ul.company-dropdown {
width: 240px !important;
}

 .main-menu ul li ul.ourwork-dropdown {
    width: 250px !important;
    left: -70%;
    }
     .main-menu ul li ul.brandig-mega-menu {
        
        left: -230%;
        }
    
        .megamenulist a span {
            font-size: 14px;
            font-weight: 600;
        }
        .company-dropdown li a{
            font-size: 14px !important; 
            font-weight: 600 !important; 
        }
        .ourwork-dropdown li a{
            font-size: 14px !important;
            font-weight: 600 !important; 
        }
        .website-pakages-heading{
            color: #adff1c;
        }
        .header-top-left{
            display: flex ;
                align-items: center;
                color: #a0b7c1;
                font-family: Inter, sans-serif;
                font-size: 16px;
                font-weight: 400;
                line-height: 40px;
        }

        .header-top-right{
            float: left;
            width: 100%;
            display: flex
        ;
            justify-content:end;
            /* align-items: center; */
            margin: 0;
        }
         .main-menu ul li ul.app_development {
    left: -212%;
    height: 300px !important;
}
 .main-menu ul li ul.menu-mega {

    position: absolute;
    left: 20%;
    width: 1065px;
    box-shadow: none;
    background-color: #fff;
    border-radius: 1.5rem;
    min-width: 20rem;
    padding: 1rem;
    top: 5rem;
    bottom: auto;
    left: -212%;
    right: auto;
    align-content: start;
    -webkit-filter: drop-shadow(0px 0.625rem 1.875rem rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px .625rem 1.875rem rgba(0, 0, 0, .2));
}

/* Hide mega menu by default */
.main-menu ul li ul.menu-mega {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

/* Show mega menu on hover */
.main-menu ul li:hover > ul.menu-mega {
  display: flex;
  opacity: 1;
  visibility: visible;
  top: 5.5rem; /* slightly adjust if it jumps */
  z-index: 999;
}

.main-menu ul li ul.website-desing-and-development{
   left: -229% !important;   
}
.main-menu ul li ul.photography{
   left: -320% !important;   
}
.copyright{
    text-align: center;
 padding-top: 10px;
 padding-bottom: 30px;
}
.copyright p{
 color: #fff;
}
.location-add{
    width: 300px;
}
.top-menu-fix{
    background-color: #151515 !important;
}
   /* header top left */
    .header-top-left{
     
      display: flex;
      align-items: center;
      color: #a0b7c1;
      font-family: Inter, sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 39px;
    }
    .top-social-media-links {
      display:flex;
      align-items:center;
    }
    .top-social-media-links ul {
      display:flex;
      gap:1rem;
      margin:0;
      padding:0;
      list-style:none;
      align-items:center;
    }
   
    .top-social-media-links li a img{
      height:18px;
      width:18px;
    }

    .header-top-right{
      
      float: right;
      width: 100%;
      display: flex;
      justify-content: end;
      padding-right: 38px;
      margin: 0;
      align-items: center;
      gap: 10px;
    }

    .telephone-images img {
     
      filter: brightness(0) invert(1);
      height: 20px;
      width: 20px;
      animation: phone-ring 0.5s ease-in-out infinite alternate;
      transform-origin: top center;
    }
    @keyframes phone-ring {
      0% { transform: rotate(-10deg); }
      25% { transform: rotate(10deg); }
      50% { transform: rotate(-8deg); }
      75% { transform: rotate(8deg); }
      100% { transform: rotate(0deg); }
    }
    .telephone-btn{
      font-size: 14px;
      font-weight: 700;
      line-height: 40px;
      color: #fff;
      display: inline-block;
      vertical-align: middle;
      text-decoration: none;
    }
    .header-top-right li{
      
      list-style:none;
    }
    .header-top-right li img{
      object-fit: contain;
      font-size: 14px;
      font-weight: 700;
      padding-right: 10px;
      color: #fff;
      height: 32px;
      width: 32px;
    }
    .telephone-btn:hover { color: #fff; }

    .header-top-right li a{
      font-size: 14px;
      font-weight: 700;
      padding-left: 30px;
      color: #fff;
      text-decoration:none;
    }

    .top-menu-fix{
      background-color: #282828;
      height: 40px;
   
    }

    .header-top-left svg{
      height: 30px;
      width: 30px;
      padding-right: 10px;
    }

    .google-partner-section{
      width: 95px;
      height: auto;
      border-radius: 3px;
      border: 0 solid #e5e5e5;
      margin-left: 5px;
      height: 60px;
      width: 140px;
    }
    .google-partner-section img{
      width: 95px;
      height: auto;
      border-radius: 3px;
      border: 0 solid #e5e5e5;
      margin-left: 5px;
    }

    .frichise{
      margin-top: 3px;
    }
    .frichise a {
      color: #fff;
      line-height: normal;
      font-size: 15px;
      margin-left: 10px;
      font-weight: 600;
      animation: blink 1.5s ease infinite;
      background: rgb(15, 126, 181);
      padding: 7px 12px;
      border-radius: 2px;
      margin-right: 10px;
      display: inline-block;
    }
    @keyframes blink {
      0% { opacity: 1; background: rgb(15, 126, 181); color: #fff; }
      50% { opacity: 1; background-color: #adff1c; color: rgb(56, 74, 73); }
      100% { opacity: 1; background: rgb(15, 126, 181); color: #fff; }
    }

    .header-area.homepage5.sticky { box-shadow: none; }

    .we_hiring a {
      color: #fff !important;
      display: inline-block;
      background-image: linear-gradient(91deg, #FF0A54 0.78%, #FF6F00 99.88%);
      color: rgb(56, 74, 73);
      font-weight: 600;
      font-size: 16px;
      line-height: normal;
      margin-top: 2px;
      margin-left: 8px;
      position: relative;
      text-transform: uppercase;
      text-decoration: none;
      padding: 13px 50px 13px 13px;
      border-radius: 2px;
      overflow: hidden;
      transition: 0.3s;
      white-space: nowrap;
      margin-right: 10px;
      border-radius: 5px;
    }
    .we_hiring a .rocket_img {
      position: absolute;
      width: 32px;
      height: 32px;
      top: 10%;
      right: 15px;
      animation: rocket-animation 5s ease infinite;
    }
    .we_hiring a .circle1 { opacity: 0.4; bottom: -17px; right: 60px; width: 20px; height: 20px; animation: cloud-animation1 5s ease infinite; }
    .we_hiring a .circle2 { opacity: 0.8; bottom: -14px; right: 50px; animation: cloud-animation2 5s ease infinite; }
    .we_hiring a .circle3 { opacity: 0.4; bottom: -12px; right: 37px; animation: cloud-animation3 5s ease infinite; }
    .we_hiring a .circle4 { bottom: -10px; right: 28px; animation: cloud-animation4 5s ease infinite; }
    .we_hiring a .circle5 { opacity: 0.8; bottom: -14px; right: 17px; animation: cloud-animation5 5s ease infinite; }
    .we_hiring a .circle6 { opacity: 0.4; bottom: -16px; right: 10px; animation: cloud-animation6 5s ease infinite; }
    @keyframes rocket-animation { 0%{transform:translateY(0) rotate(0deg);}25%{transform:translateY(-50px) rotate(-5deg);}50%{transform:translateY(0) rotate(0deg);}75%{transform:translateY(-5px) rotate(5deg);}100%{transform:translateY(0) rotate(0deg);} }
    @keyframes cloud-animation1 { 0%,100%{transform:translateY(0) translateX(0);}50%{transform:translateY(-3px) translateX(2px);} }
    @keyframes cloud-animation2 { 0%,100%{transform:translateY(0) translateX(0);}50%{transform:translateY(-2px) translateX(-1px);} }
    @keyframes cloud-animation3 { 0%,100%{transform:translateY(0) translateX(0);}50%{transform:translateY(-4px) translateX(1px);} }
    @keyframes cloud-animation4 { 0%,100%{transform:translateY(0) translateX(0);}50%{transform:translateY(-3px) translateX(-2px);} }
    @keyframes cloud-animation5 { 0%,100%{transform:translateY(0) translateX(0);}50%{transform:translateY(-2px) translateX(1px);} }
    @keyframes cloud-animation6 { 0%,100%{transform:translateY(0) translateX(0);}50%{transform:translateY(-4px) translateX(-1px);} }
    .we_hiring a:hover { transition: all 0s; color: #fff; background: rgb(10, 131, 189); }

    .telephone:hover .telephone-btn{ color: #ef9b2d; }
    .telephone:hover img{
      filter: brightness(0) invert(36%) sepia(89%) saturate(1646%) hue-rotate(378deg) brightness(161%) contrast(107%);
    }

    .header-elements{ margin: 0 30px; }

    .homepage13-body .header-area.homepage13 .site-logo img {
      width: 250px;
      height: auto;
      object-fit: cover;
    }

    .hero5-slider .custom-prev,
    .hero5-slider .custom-next {
      color: #fff;
      font-size: 24px;
      font-weight: 700;
      position: absolute;
      top: 60%;
      transform: translateY(-50%);
      height: 50px;
      width: 50px;
      background: linear-gradient(91deg, #465f9e 0.78%, #31b3b3 99.88%);
      border-radius: 15%;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 11;
      cursor: pointer;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }
    .hero5-slider .custom-prev { left: 50px; }
    .hero5-slider .custom-next { right: 60px; }

    .header-top-fix-techraso{
      padding:0px 30px;
    }
    .telephone-images{ margin-right: 0px;
    margin-top: -3px; }
    
    .hash-has-sub{ list-style: none; }
    .hash-has-sub img{ height: 18px; width: 18px; margin-right: 3px !important; }

    /* ---------- Responsive tweaks ---------- */

    /* Tablet */
    @media (max-width: 992px) {
      .header-top-right{ padding-right: 15px; gap:8px; }
      .header-top-left { font-size: 16px; line-height: 36px; }
      .top-menu-fix { height: auto; padding: 6px 0; }
      .telephone-btn { line-height: 28px; font-size: 13px; padding: 6px 0; }
    }

    /* Mobile */
    @media (max-width: 768px) {
      .header-top-fix-techraso .row { display:flex; flex-wrap:wrap; align-items:center; gap:8px; padding:6px 10px; }
      .header-top-left, .header-top-right {
        width:100%;
        justify-content: flex-start;
      }
      .header-top-right{ justify-content: flex-start; padding-right: 10px; }
      .header-top-left { padding-left: 10px; }
      .header-top-right li a{ padding-left:10px; font-size:13px; }
      .top-social-media-links ul { gap:8px; }
      .header-top-right { flex-wrap:wrap; gap:6px; }
      .google-partner-section { display:none; } /* hide on small screens if not needed */
      .we_hiring a { padding:10px 14px; font-size:13px; white-space:normal; }
    }

    /* Very small phones */
    @media (max-width: 480px) {
      .telephone-images img { height:18px; width:18px; }
      .header-top-left { font-size: 14px; line-height: 28px; }
      .telephone-btn { font-size:13px; padding-left:6px; padding-right:6px; }
      .header-elements{ margin: 0 12px; }
      .top-social-media-links ul { gap:6px; }
      .header-top-right li a{ padding-left:8px; font-size:12px; }
    }
    .main-menu ul li ul.menu-mega .menu-mega2line .megamenulist .megamenuifo .megamenutitle {
      line-height: 32px;
    }

    @media only screen and (max-width: 580px) {
    header.style-1 .main-menu {
    padding: 0px 20px !important;
     width: 300px;
    }
     header.style-1 .main-menu .menu-list {
      padding-top: 10px !important;
    }
    .homepage5{
      display: none;
    }
        header.style-1 .header-logo {
        padding: 0;
       
    }
        header.style-1 .header-logo a img {
        width: 200px;
    }
    .header-logo img {
    padding: 10px 0;
        height: 75px;
}

    header.style-1 .main-menu > ul > li a {
        padding: 21px 0;
        font-size: 16px;
    }
  }

  .drop-down img{
    height: 25px;
    width: 25px;
  }
@media (max-width: 1399px) {
    header.style-1 .main-menu ul > li > a {
        font-size: 18px;
        padding: 34px 15px;
    }
}

.who-we-are{
  background-color: #e9e5ff;
 padding-top: 50px;
 padding-bottom: 80px;
}

.who-we-are-card{
  height: 330px;
  padding: 20px;
  background-color: #fff;
  
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.who-we-are-card h2 a{
    font-family: "Figtree", sans-serif !important;
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  
  color: #000;
}

.who-we-are-card p{
    font-family: "Figtree", sans-serif !important;
  font-size: 16px;
text-align: justify;
  color: #000;
}
.who-we-are-card .card-content{
  border: none !important;
}
.icons-who .icon {
  margin-bottom: 0;
}
.blog-card .blog-card-img-wrap .who-img img {
     border-radius: 0px;
    }
    .blog-card .who-we-are-card {
      border-radius: 0px;

    }
    .blog-card .blog-card-img-wrap .who-we-are-img {
       border-radius: 0px !important;
    }
    .blog-card .blog-card-img-wrap .who-we-are-img img {
       border-radius: 0px !important;
     border-bottom-right-radius:10px !important ;
  border-bottom-left-radius:10px !important ;
    
}
.who-we-are-left{
  border-left: 7px solid #fe0303 !important;
  border-bottom-right-radius:10px !important ;
  border-bottom-left-radius:10px !important ;
}
.who-we-are-right{
  border-top-right-radius:10px !important ;
  border-top-left-radius:10px !important ;
  border-right: 7px solid #fe0303 !important;
  
}

.photo-editing{
 padding: 70px 0;
 
}
.photo-editing h2{
      font-family: "Figtree", sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
 text-align: justify;
}

.photo-editing h3{
      font-family: "Figtree", sans-serif !important;
  font-size: 20px;
  font-weight: 700;

 text-align: justify;
}
.photo-editing p{
      font-family: "Figtree", sans-serif !important;
  font-size: 16px;
 
  text-align: justify;
}

/* gallery section  */


.main {
  .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
  }

  .card {
    color: #252a32;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);

    &-image {
      position: relative;
      display: block;
      width: 100%;
      padding-top: 70%;
      background:#ffffff;

      img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 300px;
        height: 300px;
        object-fit: cover;
      }
    }
  }
}

@media only screen and (max-width: 600px) {
  .main {
    .container {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 1rem;
    }
  }
}
.photo-editing-gallery{
  padding: 70px 0;
  background-color: #000;
  margin-bottom: 60px;
}

.gallery-heading{
  color: #000;
  margin-bottom: 30px;
      font-family: "Figtree", sans-serif !important;
  font-size: 32px !important;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
}

.beauti-reateaching{
     background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(252, 250, 247, 1) 50%, rgba(254, 218, 173, 1) 100%);

  padding-top: 60px;
  padding-bottom: 60px;
}
.beauti-retouching-set{
  height: 543px;
  border: 5px solid #ffffff;;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);

}
.before-img-editing{
  height: 543px !important;
}
.photo-editing {
 
    padding: 20px 0;
      padding-left: 30px !important;
}

.pulse-container::before {
      bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 #fff, 0 0 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 3px 0 #fff, 0 0 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 3px 0 #fff, 0 0 12px rgba(51, 51, 51, 0.5);

}

.testimonial-card{
  height: 360px;
}
.swiper {
    margin-left: 120px;
    margin-right: 120px;
}
header.style-1 .main-menu ul > li.active > a {
    color: #fc0303;
}
header.style-1 .main-menu ul > li:hover > a {
    color: #fc0303;
}
.primary-btn2:hover {
    background-color: #fc0303;
}
.footer-section .footer-wrapper .footer-menu-wrap .footer-widget .menu-container .widget-list li a:hover {
    color: #fc0303;

}

.button-grp .primary-btn:hover {
    background: #fc0303;
}
.haeder-main-fix{
  padding-left:30px ;
}
/* .button-grp .primary-btn {
  background: #fc0303 !important;
} */

button {
  --c: #fff;
 /* text color */
  background: linear-gradient(90deg, #0000 33%, #fff5, #0000 67%) var(--_p,100%)/300% no-repeat,
    #fc0303;
 /* background color */
  color: #0000;
  border: none;
  transform: perspective(500px) rotateY(calc(20deg*var(--_i,-1)));
  text-shadow: calc(var(--_i,-1)* 0.08em) -.01em 0   var(--c),
    calc(var(--_i,-1)*-0.08em)  .01em 2px #0004;
  outline-offset: .1em;
  transition: 0.3s;
}

button:hover,
button:focus-visible {
  --_p: 0%;
  --_i: 1;
}

button:active {
  text-shadow: none;
  color: var(--c);
  box-shadow: inset 0 0 9e9q #0005;
  transition: 0s;
}

button {
  font-family: system-ui, sans-serif;
  font-weight: bold;
  font-size: 24px;
  margin: 0;
  cursor: pointer;
  padding: 3px 15px;
}
.services-home{
  height: 200px !important;
}
.services-home, .before-image img, .after-image img {
  margin-top: 0;
}
.services-home1{
  margin-top: 25px;
}
.sevices-home2{
  height: 450px;
}
.how-we-do-it{
padding: 0 30px;
}


/* ======= Services 2 Style ======= */
.services2 {
    position: relative;
}
.services2:before {
    top: auto;
    bottom: 0;
    height: 40%;
}
.services2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 60%;
    width: 100%;
    background: #202020;
    z-index: -1;
}
.services2.not:before {
    display: none;
}
.services2.not:after {
    display: none
}
.services2 .square-flip {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -ms-transform: perspective(1000px);
    transform: perspective(1000px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.services2 .square-flip {
    min-height: 450px;
    margin-bottom: 30px;
}
.services2 .square,
.services2 .square2 {
    width: 100%;
    height: 100%;
}
.services2 .square {
    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.services2 .square h4 {
    color: #fff;
    font-size: 21px;
    margin-top: 0px;
    margin-bottom: 0;
    display: inline-flex;
}
.services2 .square-container .box-title .icon {
    color: #fff;
    width: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.services2 .square-flip .square {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1;
}
.services2 .square-flip:hover .square {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.services2 .square2 {
    background: #0c97dc;
    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.services2 .square2.bg-white {
    background: #fff;
}
.services2 .square2:before {
    top: 25px;
    left: 15px;
    right: 15px;
    bottom: 25px;
}
.services2 .square2 h4 {
    font-size: 21px;
    color: #fff;
}
.services2 .square2 p {
    font-size: 16px;
    color: #fff;
}
.services2 .square2 p i {
    font-style: normal;
}
.services2 .square2 .icon img {
    width: 60px;
    color: #fff;
    margin-bottom: 20px;
}
.services2 .square-flip .square2 {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1;
}
.services2 .square-flip:hover .square2 {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.services2 .square-container {
    padding: 40px;
    text-align: right;
    height: 450px;
    position: relative;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -webkit-transform: translateX(0px) scale(1);
    -ms-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 2;
}
.services2 .square-container .box-title {
    width: 100%;
    text-align: center;
}
.services2 .square-flip:hover .square-container {
    -webkit-transform: translateX(-650px) scale(0.88);
    -ms-transform: translateX(-650px) scale(0.88);
    transform: translateX(-650px) scale(0.88);
}
.services2 .square-container2 {
    padding: 30px;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(0.88);
    transform: translateY(-50%) translateX(650px) translateZ(60px) scale(0.88);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 2;
}
.services2 .square-container2 .icon {
    font-size: 36px;
    margin-bottom: 10px;
}
.services2 .square-flip:hover .square-container2 {
    -webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
}
.services2 .flip-overlay {
    display: block;
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .3;
}
@media screen and (max-width: 991px) {
    .services2 .square-flip {
        margin-bottom: 30px;
    }
}


/* ======= Services 3 style ====== */
.services3 .img {
  position: relative;
    overflow: hidden;
}
.services3 p {
    color: #777;
}
.services3 .img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.services3 .img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.services3 .content {
  width: 100%;
  padding: 30px;
}
.services3 .content .cont {
  display: table-cell;
  vertical-align: middle;
}
.services3 .content .cont h3 {
    font-size: 27px;
    color: #1b1b1b;
}
@media screen and (max-width: 991px) {
    .services3 .content {
    padding: 0 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    }
    .services3 .content .cont h3 {
    font-size: 20px;
    }
    .order2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
    .order1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }  
}
@media screen and (max-width: 480px) {
    .services3 .content {
    padding: 0 0px;
  }
}
.services2 .square-flip {
    min-height: 450px;
    margin-bottom: 30px;
}
.services2 .square-flip .square {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1;
}
.services2 .square {
    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.services2 .square, .services2 .square2 {
    width: 100%;
    height: 100%;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.services2 .square-flip .square2 {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1;
}

.services2 .square-flip:hover .square {
  transform: rotateY(-180deg);
}
.services2 .square-flip:hover .square2 {
  transform: rotateY(0deg);
}
.square, .square2 {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}
.main-menu ul li ul.menu-mega {

    inset: 5rem auto auto -115%;
}
.main-menu ul li ul.website-desing-and-development {
    left: -208% !important;
}
.main-menu ul li ul.photography {
    left: -224% !important;
}
.icon img{
  height: 60px;
  width: 60px;
}
.home-gallery{
  padding: 70px 0;
}


.banner-img {
  width: 100%;
  height: 50vh !important; 
  object-fit: cover; 
  object-position: top; 
}

.carousel-caption {
 
  position: absolute;
  top: 0% !important;
  bottom: 0%;
  left: 1%;
  right: 0%;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}
.carousel-caption ul {
 margin-top: -5% !important;
}
.carousel-caption h1 {
  font-size: 32px;
  font-weight: 700;
}
.carousel-caption p {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.carousel-caption .btn {
  background-color: #ff4d4d;
  border: none;
  padding: 10px 25px;
  font-size: 1rem;
  border-radius: 50px;
}
.carousel-caption .btn:hover {
  background-color: #ff1a1a;
}
.carousel-control-prev,
.carousel-control-next{
padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  width: 45px;
  height: 45px; 
}
.carousel-control-next, .carousel-control-prev {
  opacity: 1;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
  filter: brightness(0) invert(0);
}
.carousel-control-prev:hover,
.carousel-control-next:hover{

  background-color: #000;
  
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon{

 filter: brightness(0) invert(1);
  
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
 
  width: 100px;
  height: 100px;
}
.carousel-control-next, .carousel-control-prev {
  
    top: 45%;
 
}
.carousel-control-prev {
  
    left: 2%;
 
}
.carousel-control-next{
  
    right: 2%;
 
}

.bannercontact-home{
  background-color: #ff1a1a !important;
}

/* header  */
/* Mobile Menu Styles */
/* ===== Mobile Menu (Left Slide) ===== */
.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 85%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  transition: left 0.3s ease;
  overflow-y: auto;
  padding: 20px;
  box-shadow: 2px 0 10px rgba(0,0,0,0.2);
}

.mobile-menu.open {
  left: 0;
}

.mobile-menu-header {
  
  border-bottom: 1px solid #eee;

}

.mobile-menu-header img {
  height: 40px;
}

.mobile-menu-close {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.mobile-menu-list {
  list-style: none;
  padding: 0;
}

.mobile-menu-list li {
  border-bottom: 1px solid #f1f1f1;
}

.mobile-menu-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  color: #000;
  text-decoration: none;
}

.mobile-menu-list li a:hover {
  color: #007bff;
}

.mobile-submenu {
  display: none;
  padding-left: 15px;
}

.mobile-submenu li {
  border: none;
}

.menu-item-has-children.open > .mobile-submenu {
  display: block;
}

@media only screen and (max-width: 991px) {
    header.style-1 .main-menu.show-menu {
        display: none;
        transform: translateX(0);
    }
}
.mobile-menu-close i{
  color: #000;
}
.mobile-menu-header img {
  margin-bottom: 20px;
    height: 75px;
}

.mobile-menu-close{
  /* background-color:#ff1a1a ; */
  height: 42px;
  width: 45px;
  border-radius: 50%;
}
.mobile-menu-close img{
  padding-top: 7px;
object-fit: contain;
  height: 30px;
  width: 30px;
}
.mobile-menu-images img{
  height: 25px;
  width: 25px;
}
.modal-box-videos {
  

  position: relative;
}
.modal-box-videos video {


  width: 100%;
  display: block;
}
.modal-dialog {
 top: 10%;
  max-width: 800px;
  max-height: auto;

}
.modal-body {
  
  padding: 0;
  position: relative;
}
.btn-close {
 
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
 
}

.home1-contact-section .home1-contact-wrap .countdown-wrapper .single-countdown .countdown-area .number-and-arrow .number h5 {
    font-size: 32px;}

    .home1-contact-section .home1-contact-wrap .countdown-wrapper .single-countdown .countdown-area .number-and-arrow .number span {
    font-size: 32px;}
.yearofexperince{
  margin-left: 30px;
}

.left-side-content{
  
  padding: 20px 0 !important;
  padding-left: 0px !important;
  padding-right:20px !important;

}
.envets-page h2{
  margin-bottom: 5px !important;
}
.events1{
  margin-top: 7px !important;
}
.envets-page ol li{
  
  font-size: 16px !important;
  line-height: 35px !important;
}
.about-card-team{
  display: none;
}
.bannercontact-home{
  margin-top: 25px ;
}
.home-banner-p{
  width: 490px;
}
.home1-about-section .about-feature-card {
    height: 322px;}
    @media only screen and (max-width: 580px) {
   .beauti-reateaching{
    padding: 30px 0 !important;
   }
   .photo-editing {
    padding: 20px 0;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.before-img-editing {
    height: 250px !important;
}
.beauti-retouching-set{
 height: 230px !important;
}
.about-home{
margin: 40px 0 !important;
}
.section-title h2{
  font-size: 20px !important;
}
.who-we-are{
  padding-top: 10px !important;
  padding-bottom: 56px !important
}
.team-squre-work-about{
  padding-top: 15px !important;
  margin-top: 0px !important
}
.about-video-area img{
  height: 230px !important;
  border-radius: 10px  !important;
}
.about-card-team-square{
  display: none;
}
.about-card-team{
  display: block;
}
.right-card-about-team .card-content{
  padding-top: 0px !important;
 
  padding-left: 0px;
  padding-right: 0px;
}
.right-card-about-team img{
  margin-bottom: 30px !important;
  
}
.who-we-are-card h2 a{
  padding: 0 15px !important;
}
.who-we-are-card p{
  padding: 0 15px !important;
}
.who-we-are-right{
 
height: 680px !important;
}
.who-we-are-left{

  height: 500px;
}
    .who-we-are-left {
        height: 399px;
    }
    .about1 .images-all {
  
    height: 380px !important;}
    .about1 .heading1, .about1 .heading3 {
    padding-left: 10px !important;
    padding-right: 10px !important
}
.management_dash_zam{
  padding: 30px 0 !important
}
.banner-content h1{
  font-size: 24px !important;
}
.website-desing-fix {
   
    padding: 0px !important;
}
.portfolio-area {
  padding-top: 50px !important;
  padding-bottom: 20px !important;
}
.banner-content li {
    
    font-size: 14px !important;
}
.banner-content li a {
    
    font-size: 14px !important;
}
.location-add {
    width: 250px;
}
.modal-body iframe{
  height: 200px !important;
}
.modal-dialog {
    top: 25%;
}
.carousel-caption h1 {
    font-size: 28px;
}
.bannercontact-home{
  margin-top: 15px;
}
.carousel-caption {
    position: absolute;
    bottom: 25%;

}
.about-top-card {
  margin-bottom: 20px;
}
.services2 .square-flip {
    min-height: 280px;
}
.swiper {
    margin-left: 0px;
    margin-right: 0px;
}
.how-we-do-it {
  padding: 0 0px;
}
.home1-feature-section{
  padding: 50px 0;
}
.carousel-control-prev, .carousel-control-next {

    width: 38px;
    height: 38px;
}
.carousel-control-next {
    right: 0%;
}
.carousel-control-prev {
    left: 0%;
}
.carousel-caption p {
  font-size: 16px !important;
}
.carousel-caption p{
  padding-left: 10px;
  width: 290px;
}
    }

    .web_based_erp{
      padding-top: 19px;
    }
    .event-organising-fix{
    margin-bottom: 50px;
   }

   .event-organising-fix h2{
    margin-bottom: 30px;
    font-size: 52px !important;
    text-align: center;
   }
    .event-organising-fix h3{
    text-align: center;
   }
    .event-organising-fix p{
    text-align: center;
   }
   .photo-editing {
    padding: 15px 0;}
@media (max-width: 767.98px) {
  .row {
    display: flex;
    flex-wrap: wrap;
  }

  /* Always put image first and full width */
  .photo-clipping {
    order: 1;
    width: 100%;
  }

  /* Content below image */
  .envets-page {
    order: 2;
    width: 100%;
    padding: 15px;
  }

  .photo-clipping img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.textarea-haeight{
 min-height: 50px !important;
}
.event-breadcrumb {
  width: 100%;

  position: relative;
  height: 70vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.automobile-breadcrumb{
  position: relative;
  height: 75vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 🎥 Background Video */
.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* 🌈 Overlay Gradient */
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:  rgba(97, 94, 93, 0.0);
  z-index: 1;
}

/* 💳 Welcome Card */
.welcome-card {
  
  background: rgb(0 27 48);
  backdrop-filter: blur(8px);
  border-radius: 10px;
  color: #fff;
  max-width: 500px;
  z-index: 2;
  position: relative;
  height: 250px;
}

.welcome-card h2 {
  font-weight: 700;
  font-size: 56px;
  color: #ffffff;
}

.breadcrumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.welcome-card p {

  font-size: 16px;
  color: #ffffff;
margin-bottom: 30px;
}
.event-btn{

padding: 13px 25px;
font-size: 16px;
background-color: #808f95;
color: rgb(0 27 48);
border: 1px solid rgb(0 27 48);

}
.event-btn:hover{
  color: #ffffff;
background-color: transparent;
border: 1px solid #ffffff;

}

   @media only screen and (max-width: 580px) {
    .welcome-card {
  height: 280px;
}
.event-breadcrumb {
 
  height: 60vh;
}
.event-organising-fix h2 {
  text-align: start !important;
  font-size: 28px !important;
}
.event-organising-fix h3 {
  text-align: start !important;
  font-size: 24px !important;
}
.event-organising-fix p {
  text-align: justify !important;
  font-size: 16px !important;
}
.photo-editing{
  margin-top: 30px;
}
   }
.breadcrumb-section.fas {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* Responsive background image */
.breadcrumb-section.fas img {
  width: 100%;
  height: 50vh; /* responsive height — adjusts by screen */
  min-height: 250px;
  object-fit: cover;
  display: block;
}

/* Overlay gradient */
.breadcrumb-section.fas::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.9) 0%,       /* black on left */
    rgba(100, 100, 100, 0.4) 50%, /* soft gray middle */
    rgba(255, 255, 255, 0) 100%   /* transparent right */
  );
  z-index: 1;
}

/* Text area on image */
.breadcrumb-section.fas .banner-wrapper {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  max-width: 90%;
}

/* Heading and breadcrumb styling */
.breadcrumb-section.fas .banner-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.breadcrumb-section.fas .breadcrumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb-section.fas .breadcrumb-list li {
  display: inline;
  margin-right: 5px;
  font-size: 1rem;
}

.breadcrumb-section.fas .breadcrumb-list a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb-section.fas .breadcrumb-list a:hover {
  color: #ddd;
}

/* Small screen adjustments */
@media (max-width: 768px) {
  .breadcrumb-section.fas img {
    height: 40vh;
  }
  .breadcrumb-section.fas .banner-wrapper {
    left: 5%;
  }
  .breadcrumb-section.fas .banner-content h1 {
    font-size: 1.8rem;
  }
}
.breadcrumb-section{
  padding: 0;
}
.breadcrumb-section .banner-wrapper .banner-content {
    text-align: left;
}
.photo-retouching-editing{
height: 50vh !important;
}
.team-squeare-home{
  padding-top: 28px;
}

.home-breadcrumb .banner-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.home-breadcrumb .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45); 
  z-index: 1;
}

.home-breadcrumb h2 {
  font-size: 36px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5); /* semi-transparent black */
  color: #fff;
  padding: 10px 20px; /* thoda spacing for neat look */
  border-radius: 5px; /* optional – thoda smooth look */
}
.carousel-caption ul {
  display: inline-block; /* sirf text ke size ke barabar background */
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}
.fancybox-caption__body {
    display: none;}

    .section-automobile{
      margin: 70px 0;
    }
    .automobile-section h2{
      font-size: 41px;
      font-weight: 700;
      text-align: center !important;
      margin-bottom: 15px;
    }
    .automobile-section p{
      font-size: 16px;

      text-align: justify !important;
    }
.automobile-section ol{
padding:15px 0px;
padding-left: 15px;

}
.automobile-section li{
 font-size: 16px;
}
.card-editing{
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.before{
  text-transform: uppercase;
  font-size: 40px !important;
  font-weight: 700 !important;
}
.automobile-retouching-fixed{
  height: 700px !important;
}
.before-editing-fix{
  height: 700px !important;
}
.slider {
  position: relative;
  width: 540px;
  height: 400px;
 margin-top: 50px;
  overflow: hidden;
  border-radius: 8px;
  /* box-shadow: 0 4px 20px rgba(0,0,0,0.3); */
  margin-bottom: 15px !important;
}

.slides-automobile img {
  width: 100%;
  height: 100%;
  display: none;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.slides-automobile img.active {
  display: block;
  opacity: 1;
}

.prev, .next {
  height: 90px;
  width: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 10px 10px;
  cursor: pointer;
  border-radius:0px;
  font-size: 16px;
  z-index: 10;
}


.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.prev { left: 15px; }
.next { right: 15px; }

.automobile-next{
  left: 0 !important;
}
.automobile-prev{
  right: 0 !important;
}
.nci-editing h2{
  text-transform: capitalize !important;
     font-size: 32px;
      font-weight: 700;
      text-align: center !important;
      margin-top: 60px;
      margin-bottom: 0;
     
}
.services-home {
    height: 320px !important;
}
.sevices-home2 {
    height: 570px;
}

.carousel-captions {
 
  position: absolute;
  
 left: 38%;
  color: #130606;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}
.carousel-captions h1 {
  display: inline-block; /* sirf text ke size ke barabar background */
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  
}
.wedding-photography-videos{
 padding: 70px 0;
}

.home1-audit-section .audit-form-wrap h4 {

    margin-bottom: 16px;
}

.home1-audit-section .audit-form-wrap .form-inner textarea {
  min-height: 80px;
    background-color: #E8F0FF;
    border-color: #EEEEEE;
}
.website-left-img{

  height: 400px !important;
}
.website-left-img img{
border-radius: 5px;

}
.web-based{
  padding-left: 0 !important;
}
.telephone-number span{
  padding-left: 5px;
}

.welcom-section-home{
  background-color: transparent !important;
}
.tsw-studio{
  font-size: 54px !important;
  font-weight: 700;
  margin-bottom: 30px;
}
.welcome-tsw{
  background: rgba(0, 0, 0, 0.2);
  
    height: 275px;
}

.event-btn {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
}
.event-btn:hover {
    padding: 13px 25px;
    font-size: 16px;
    background-color: #000000;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(247, 248, 249);
}
header.style-1 .header-logo a img {
    width:100%;
    padding-left: 20px;
}
.menu-list li{
  margin-top: 3px;
}
.services-home1 h5{
  display: inline-block;
  transform-origin: 50% 50%;
  backface-visibility: hidden;
  transition: transform 0.6s ease; 
}


/* .sevices-home2:hover .services-home1 h5{
  animation: spinOnce 0.6s linear forwards;
}  */
.sevices-home2:hover .moreservice-home{
background-color: #fc0303 !important;
color: #fff !important;
}
.sevices-home2:hover .services-home1 h5{
color: #fc0303 !important;

}


/* @keyframes spinOnce {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
} */


      /* call icons fix  */
    .btn-whatsapp-pulse {
    padding-top: 0px;
   position: fixed;
    bottom: 20%;
    right: -1%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    background-color: #1c9b13;
    color: #fff;
    text-align: center;
    line-height: 47px;
    border-radius: 50%;
    font-size: 33px;
    z-index: 99;
}

.btn-whatsapp-pulse::after, .btn-whatsapp-pulse::before {
  content: "";  
  display: block;  
  position: absolute;  
  top: 0;  
  right: 0;  
  width: 55px;  
  height: 55px;  
  background: #1c9b13; 
   border-radius: 50%;  
   z-index: -1;  
   -webkit-animation: grow 1.3s ease-in-out infinite;          
   animation: grow 1.3s ease-in-out infinite;
   }
.btn-whatsapp-pulse::after {
  background: rgba(30, 172, 45, 0.4);
  }
@-webkit-keyframes grow {
  0% {    transform: scale(1, 1);
      opacity: 1;  }  100% {    transform: scale(1.5, 1.5);    opacity: 0;  
      }
}


.btn-call-pulse {
    padding-top: 0px;
   position: fixed;
    bottom: 35%;
    right: -1%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    background-color: #f36b3b;
    color: #fff;
    text-align: center;
    line-height: 47px;
    border-radius: 50%;
    font-size: 33px;
    z-index: 99;
}

.btn-call-pulse::after, .btn-call-pulse::before {
  content: "";  
  display: block;  
  position: absolute;  
  top: 0;  
  right: 0;  
  width: 55px;  
  height: 55px;  
  background: #f36b3b; 
   border-radius: 50%;  
   z-index: -1;  
   -webkit-animation: grow 1.3s ease-in-out infinite;          
   animation: grow 1.3s ease-in-out infinite;
   }
.btn-call-pulse::after {
  background: rgb(243 107 59 / 40%)
  }
@-webkit-keyframes grow {
  0% {    transform: scale(1, 1);
      opacity: 1;  }  100% {    transform: scale(1.5, 1.5);    opacity: 0;  
      }
}


@media only screen and (max-width: 580px){
    .btn-call-pulse {
    bottom: 65%;
     right: -5%;
    }
   .btn-whatsapp-pulse {
   
    bottom: 55%;
    right: -5%;
    }
} 
@media only screen and (max-width: 375px){
    .btn-call-pulse {
    bottom: 50%;
     right: -5%;
    }
   .btn-whatsapp-pulse {
   
    bottom: 35%;
    right: -5%;
    }
} 
@media only screen and (max-width: 344px){
    .btn-call-pulse {
    bottom: 60%;
     right: -5%;
    }
   .btn-whatsapp-pulse {
   
    bottom: 50%;
    right: -5%;
    }
} 

.header-modal-body {
  background-color: rgb(221 221 221);
  border-radius: 15px;
    padding: 25px 40px;
    padding-bottom: 47px;
  }
  .header-modal-content {
     background-color: rgb(221 221 221);
  }

.modal-free-trail {
    top: 5%;
    max-width: 600px;}
    .get-in-touch{
      background-color: #fff !important;
       padding: 30px !important;
    }
    .modal-free-trail {
    top: 0;
    }
.get-in-touch-heading h2{
  font-size: 24px;
  font-weight: 700;
}
.custom-form {
    background-color: #fff !important;
    height: 40px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
    border-color: #f0f0f0;
    border-bottom: 1px solid #c2ccfd !important;
    font-size: 15px;
    color: #333 !important;
    padding-left: 10px;
    border-radius: 0px;
    font-family: 'Source Sans Pro', sans-serif;}

 .close-free-trail {
    padding: 10px !important;
    height: 8px !important;
    width: 8px !important;
    border: 1px solid #000 !important;
}
.close-free-trail {
    position: absolute;
    top: 27px;
    right: 41px;}
  .fine-art-photography{
    height: 370px !important;
  }

  .stickyIcon {
    z-index: 999999;
    position: fixed;
    top: 42%;
    right: 0;
    width: 140px;
    display: flex
;
    flex-direction: column;
    margin-right: -80px;
}
.stickyIcon ul {
    margin: 0;
    padding: 0;
}
.stickyIcon ul li {
    list-style: none;
}
.facebook a {
    background-color: #0865ff;
    color: #fff;
}
.whatsapp a {
    background-color: #0865ff;
    color: #fff;
}
.stickyIcon .instagram a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    color: #fff;
}
.stickyIcon .youtube a {
    background-color: #fa0910;
    color: #fff;
}
.stickyIcon .twitter a {
    background-color: #FF0000;
    color: #fff;
}
.stickyIcon .whatsapp a {
    background-color: #FF0000;
    color: #fff;
}
.linkedin a {
    background-color: #1c9b13;
    color: #fff;
}
.stickyIcon a {
    transform: translate(94px, 0);
    transform: translate(13px, 0);
    border-radius: 50px 0 0 50px;
    text-align: left;
    margin: 2px;
    text-decoration: none;
    padding: 5px;
    font-size: 16px;
    transition: all .8s;
    display: flex
;
    align-items: center;
    font-weight: 600;
}
.stickyIcon a:hover {
    color: #fff;
    transform: translate(0, 0);
    transform: translate(-70px, 0);
}
.stickyIcon a:hover svg {
    transform: rotate(360deg);
}
.stickyIcon a span svg {
    width: 16px;
    height: 16px;
}
.stickyIcon a span {
    background-color: #fff;
    height: 35px;
    width: 35px;
    color: #000;
    text-align: center;
    padding: 0;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 10px;
    transition: all .5s;
}
.stickyIcon .facebook a span {
    color: #0865ff;
}
.stickyIcon .instagram a span {
    color: #fa0910;
}
.stickyIcon .youtube a span {
    color: #fa0910;
}
.stickyIcon .twitter a span {
    color: #FF0000;
}
.stickyIcon .whatsapp a span {
    color: #25d366;
}
.stickyIcon .linkedin a span {
    color: #1c9b13 !important;
}

.trusted-client-img-show:hover div{
  transition: 1s ease-in-out;
  color:#fa0910;
    transform: translateY(-8px);
}
/* back to top */
.top-btn{
  height: 50px;
  width: 51px;
  border-radius: 50%;
  position:fixed;
  right:18px;
  bottom:18px;
  background:var(--accent);color:white;
  border-radius:999px;

  background-color: #fa0910;
  display:none}
.top-btn.show{
  display:block
}

.backtotop-fix img{
  height: 25px;
  width: 28px;
}
.carousel-captions{
  left: 2% !important;
  top: 65% !important;
}
.wedding-photograpy-fix{
  height: 390px !important;
}
.typewriter-home{
  height: 90px !important;
  margin-bottom: 15px;
}
.typewriter-about{
  height: 60px;
}
.photo-retouching-fixed ul {

    width: 360px;}
.photo-retoucning-fix{
 min-height: 50px;
}

.carousel-captions h1 {
    width: 410px;
}
.breadcrumb-list li,
.breadcrumb-list li{
  text-transform: capitalize !important;
}
.error-message{
color: #fa0910 !important;
text-align: start !important;
}

.toast-message {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #28a745;
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    z-index: 99999;
    animation: fadeIn 0.5s ease-in-out;
}

.toast-message.error {
    background: #fa0910;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to   { opacity: 1; transform: translateY(0); }
}

.fade-out {
    animation: fadeOut 0.5s forwards;
}

@keyframes fadeOut {
    from { opacity: 1; }
    to   { opacity: 0; transform: translateY(-20px); }
}
.photo-retouching-fixed ul{
  margin-top: 0 !important;
  position: absolute !important;
left: -6% !important;
    top: 180% !important;


}

.home4-contact-section .contact-form-wrap .primary-btn2:hover {
    background-color: #fa0910 !important;
}
.home4-contact-section .contact-form-wrap .primary-btn2 {
      background-color: #000 !important;
}
/* portfolio css  */
.single-portfolio-box:hover {
   transform: scale(1.1);
      -webkit-transition: var(--transition);
    transition: 2s;
}
.single-portfolio-box .content {
    text-align: left;
    padding: 25px 25px 20px;
    border-radius: 0 0 5px 5px;
    position: relative;
}
.single-portfolio-box {
  height: 450px;
    margin-bottom: 30px;
    text-align: center;
    background-color: #f9f9f9;
    -webkit-transition: var(--transition);
    transition: var(--transition);
       padding: 25px;
    border-radius: 10px;

    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.single-portfolio-box img {

    border-radius: 10px;

}
.single-portfolio-box .content {
    text-align: center;
    padding: 25px 0px 20px;
    border-radius: 0 0 5px 5px;
    position: relative;
}
.single-portfolio-box:hover .content h3 {
    color: #ededed;
}
.single-portfolio-box .content h3 {
    margin-bottom: 0;
    -webkit-transition: var(--transition);
    transition: .5s;
    font-size: 21px;
}
.single-portfolio-box .content span {
    display: block;
    color: #ee1820;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-weight: 600;
    margin-top: 6px;
}
.single-portfolio-box:hover .content span {
    color: #ededed;
}
.single-portfolio-box:hover .content .link-btn {
      color: #ededed;
    background-color: #373636;
}
.single-portfolio-box .content .link-btn {
    width: 40px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    background-color: #ee1820;
    -webkit-transition: var(--transition);
    transition:.5s;
    color: #ededed;
    border-radius: 3px;
    position: absolute;
    font-size: 25px;
    right: 20px;
    top: -20px;
    display: inline-block;
}
.portfolio-arrow img{
    height: 25px;
width: 25px;
}
.website-desing-fix{
    background-color: #f1f1f6;
    padding: 70px;
}
.star-tex{
   padding-top: 20px !important;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 3px;
color: #fff;
    background-color: #000;
    padding: 15px 20px;
}
 .single-portfolio-box:hover img {
      transform: scale(1.1);
      transition: 2s;
    }
     .single-portfolio-box:hover .content h3 {
          color: #000;
    }
    .single-portfolio-box:hover .content span {
          color: #ee1820;
    }

    .management_dash_zam {
    padding-top: 70px;
    padding-bottom: 70px;
}
