/* @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap'); */

::selection
{
    background-color: #4EB623;
}

.customTopNav
{
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    background-color: #ffffff;
}

.customTopNav .navbar-nav a
{
    color: #000000 !important;
}

.customTopNav .navbar-nav a:hover
{
    color: #4DB622 !important;
}

.customTopNav .navbar-brand img{
    filter: brightness(0%);
}

.customTopNav .sociodipScheduleBtn
{
   color: #000000;
}


.navbar .navbar-nav .nav-link {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 26px;
    color: #ffffff;
    margin-right: 0;
    padding: 30px 20px;
}

.sociodipScheduleBtn
{
    background-color: transparent;
    padding: 10px 30px 10px 30px;
    color: #ffffff;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    /* text-transform: capitalize; */
    border-radius: 30px;
    transition: 0.3s;
    border: 1.5px solid #4DB621;
}

.sociodip-videosec
{
    margin-top: -87px;
}

.herobanner-video .video-container {
    position: relative;
    width: 100%;
    height: 100vh; /* Full screen height */
    overflow: hidden;
  }

  .herobanner-video .video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: -1; /* Send video behind the text */
  }

  .video-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Black overlay with 50% transparency */
    /*z-index: -1;*/ /* Layer above the video but below the text */
  }

  .herobanner-video .video-container .hero-title-head {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: white;
  }

  .herobanner-video .video-container .hero-title-head h1 {
    font-size: 115px;
    margin-bottom: 20px;
    text-shadow: none;
    color: white;
    line-height: 89px;
    text-align: left;
    font-family: 'Futura';
    letter-spacing: -12px;
    text-transform: uppercase;
  }
  
  .herobanner-video .video-container .hero-title-head p {
    font-size: 1.2rem;
    margin: 0;
    font-family: 'Neue Montreal', sans-serif;
    font-weight: 300;
  }



.getStratedFreeBtn a
{
    display: inline-block;
    color: #000000;
    padding: 13px 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    text-transform: capitalize;
    background: transparent;
    border-radius: 30px;
    transition: 0.3s;
    overflow: hidden;
    box-shadow: none;
    border: 1px solid #d70030;
}

.getStratedFreeBtn a:hover
{
  background-color: #ffd7d7;
}

/*==============================ABOUT SOCIO DIP SECTION==================================*/

.sociodip-about-sec
{
    /* padding: 220px 0; */
    /* padding: 180px 0; */
    padding: 180px 0 10px 0;
}

.sociodip-about-sec .containerAbout
{
  padding-left: 5%;
  padding-right: 0;
}

.sociodip-about-sec .about-introtext h2
{
    font-family: 'Futura',sans-serif;
    font-size: 5rem;
    font-weight: 500;
    line-height: 0.95;
    letter-spacing: -3.54px;
    text-transform: uppercase;
    line-height: 64px;
}

.textslide-animation
{
  margin-top: 30px;
}


.textslide-animation .text-slider {
    position: relative;
    width: 65%;
    max-width: 600px;
    height: 200px;
    overflow: hidden;
  }
  
  .textslide-animation .text-slide {
    position: absolute;
    width: 100%;
    font-size: 30px;
    line-height: 45px;
    text-align: left;
    color: #000000;
    opacity: 0;
    transform: translateY(100%);
    animation: slideIn 9s ease-in-out infinite;
    font-family: 'Neue Montreal',sans-serif;
    letter-spacing: -1px;
  }
  
  .text-slide:nth-child(1) {
    animation-delay: 0s;
  }
  
  .text-slide:nth-child(2) {
    animation-delay: 3s;
  }
  
  .text-slide:nth-child(3) {
    animation-delay: 6s;
  }
  
  @keyframes slideIn {
    0%, 30% {
      opacity: 0;
      transform: translateY(100%);
    }
    40%, 60% {
      opacity: 1;
      transform: translateY(0);
    }
    70%, 100% {
      opacity: 0;
      transform: translateY(-100%);
    }
  }

  .about-right-brand
  {
     position: relative;
  }

  .brand-theme-img
  {
    position: absolute;
    right: -15px;
    top: 40px;
    top: -20px;
  }


  /*============================PORTFOLIO SECTION====================================*/

  .sociodip-portfolio-se
  {

  }

  .portfolio-title-box
  {
     padding: 30px 0;
     border-top: 1.5px solid #000000;
     }


     .portfolio-title-box h3
     {
      margin: 0;
      font-size: 25px;
      font-family: 'Futura', sans-serif;
      font-weight: 500;
      line-height: 27px;
      letter-spacing: -2px;
     }

     .portfolio-title-box .portIcons
     {
        display: block;
        margin-top: 8px;
     }

     .portfolio-title-box .portIcons img
     {
        width: 20px;
        vertical-align: middle;
     }


     .p-image-container {
    position: relative;
    width: 300px;
    height: 360px;
    margin: 0px auto;
    overflow: hidden;
    text-align: center;
      }
      
      .p-image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
      }
      
      .p-image-container:hover img {
        transform: scale(1.1); /* Zoom effect */
      }
      
      /* Overlay */
      .p-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent black overlay */
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0; /* Hidden by default */
        transition: opacity 0.3s ease;
      }
      
      .p-image-container:hover .p-overlay {
        opacity: 1; /* Show overlay on hover */
      }
      
      /* Overlay Text */
      .p-overlay-text {
        color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    position: absolute;
    bottom: 0;
      }

      .p-overlay-text h5 {
        color: #ffffff;
        font-size: 25px;
        font-weight: 400;
        text-align: left;
        padding: 10px;
        font-family: 'Neue Montreal', sans-serif;
        line-height: 30px;
        letter-spacing: 0.5px;
      }


      
/* Custom Cursor */
.custom-cursor {
    position: absolute;
  width: 60px;
  height: 60px;
  border: 1px solid #4DB622;
  border-radius: 50%;
  background-color: rgb(078, 182, 032, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none; /* Ignore clicks on the cursor */
  z-index: 1000;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease, opacity 0.2s ease; /* Smooth movement and fade-in/out */
  opacity: 0; /* Hidden by default */
  }
  
  .plus-icon {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
  }
  
  /* Show the custom cursor on hover */
  .image-container:hover ~ .custom-cursor {
    opacity: 1; /* Fade in the cursor */
  }
  

  .portfolio-bottom-text p
  {
    color: #000000;
    font-size: 15px;
    margin: 0;
    margin-top: 10px;
    font-family: 'Neue Montreal';
    margin-left: 26px;

  }

  
  /*=========================STYLING CLIENTS LOGO=======================================*/

  .clients-logo-sec
  {
    margin-top: 120px;
  }

  .clinets-logo-box
  {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 90px 0;
  }

  .clinets-logo-box .clinetsLogoBox img
  {
    
    filter: grayscale(100%);
    cursor:crosshair;
  }

  .clinets-logo-box .clinetsLogoBox img:hover
  {
    
    filter: grayscale(0);
  }

  .clinets-logo-box ul
  {
    border-top: 1px  solid #000000;
    border-bottom: 1px solid #000000;
    padding: 90px 0;
    justify-content: space-between;
    list-style-type: none;
    /* display: flex; */
    width: 100%;

  }

  .clinets-logo-box ul li
  {
    max-width: 180px;
    /* width: 15%; */
    display: inline-flex;
    align-items: center;
  }

  .clinets-logo-box ul li img
  {
    /* height: 55px;
    width: 100%;
    display: block;
    margin: 0 13px; */

    height: 57px;
    width: 100%;
    display: block;
    margin: 13px 13px;
    /* border: 1px solid #eeeeeeee; */
    filter: grayscale(100%);
  }

  .clinets-logo-box ul li img:hover
  {
    filter: grayscale(0);
    cursor: crosshair;
  }


  /*===============STYLING PAGE HEAD=================*/

  .pageHeadTitle
  {
    margin: 30px 0 70px 0;
  }

  .pageHeadTitle h4
  {
    font-family: 'Futura', sans-serif;
    font-size: 55px;
    letter-spacing: -4px;
    margin-top: 40px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000000;
  }

  .pageHeadTitle p
  {
    font-size: 30px;
    font-family: 'Neue Montreal', sans-serif;
    line-height: 31px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 0px;
  }


  /*=============================NEW SERVICE STYLES LIST===================================*/

  .services-box {
    position: relative;
    /* padding: 1rem;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px; */
  }
  
  .services-box .sub-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-top: 1px solid #707070;
    /* box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1); */
    padding: 0.5rem;
    z-index: 10;
    width: 100%;
  }
  
  .services-box:hover .sub-list {
    display: block;
  }
  
  .sub-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .sub-list li {
    padding: 0.3rem 0;
  }
  
  .sub-list li a {
    color: #333 !important;
    text-decoration: none;
    font-size: 15px;
    transition: transform 0.3s ease, color 0.3s ease;
    font-weight: 500;
    text-transform: capitalize;
  }
  
  .sub-list li a:hover {
    color: #4DB621 !important;
    text-decoration: none;
    transform: translateX(8px);
  }
  


/*=================================TEXT SLIDE ANIMATION===========================*/

.textSlideanimation
{
    font-size: 2rem;
   text-align: center;
   display: inline-flex;
   align-items: center;
}


  #cursor {
    display: inline-block;
    width: 1.7px;
    height: 1.3em;
    background-color: rgb(255 255 255);
    margin-left: 5px;
    animation: blink 0.7s infinite;
  }
  
  /* Blinking Animation */
  @keyframes blink {
    50% {
      opacity: 0;
    }
  }

  /* Smooth Typing Animation */
#typing-text {
    transition: all 0.2s ease; /* Smooth effect during typing */
  }


  .herobannerBottomText
  {
    position: absolute;
    bottom: 3%; 
    right: 5%;
    text-align: right;
    color: white;
    font-family: 'Neue Montreal', sans-serif;
    letter-spacing: 0.5px;
    font-weight: 600;
  }


  /* ==================================STYLING SERVICES===============================*/

  .services-section
  {
    padding: 120px 0;
  }

  .services-box
  {
     padding: 50px 0;
     border-bottom: 1px solid #333333;
     margin-right: 40px;
  }

  .services-box a, .services-box i
  {
   color: #000000;
   font-size: 21px;
   display: inline-block;
   font-family: 'Neue Montreal',sans-serif;
   letter-spacing: 0.5px;
   transition: transform 0.3s ease, color 0.3s ease;
   font-weight: 600;
  }

  .services-box:hover a, .services-box:hover i
  {
     color: #4DB621;
  }

  .services-box:hover a
  {
     transform: translateX(8px);
  }


  /*================================STYLING CONTACT SECTION================================*/

  .contactFormSec
  {
    padding: 100px 0 150px 0 !important;
  }

  .contactinfoWrapper
  {
    margin-top: 50px;
  }


  .contactInfoBox
  {
    margin-bottom: 35px;
  }

  .sociodipBtn
  {
    background-color: transparent;
    padding: 12px 30px 12px 30px !important;
    color: #000000;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    text-transform: capitalize;
    border-radius: 30px;
    transition: 0.3s;
    border: 1.5px solid #4DB621;
  }

  .sociodipBtn:hover
  {
    background-color: #4DB621;
    color: #ffffff;
  }

  .SocioDipcontactForm::placeholder
  {
    color: #333333 !important;
  }

  .SocioDipcontactForm input[type="text"], .SocioDipcontactForm input[type="email"], .SocioDipcontactForm textarea
  {
    color: #333333;
    padding: 10px 5px;
    border: none;
    border-radius: 0;
    border-bottom: 1.5px solid #000000;

  }

  .SocioDipcontactForm input[type="text"]:focus, .SocioDipcontactForm input[type="email"]:focus, .SocioDipcontactForm textarea:focus
  {
    border-bottom: 1.5px solid #4DB621;
    outline: 0;
    box-shadow: none;
  }

  .contactInfoBox h4
  {
   font-size: 30px;
   color: #000000;
   font-family: 'Neue Montreal';
   line-height: 30px;
   font-weight: 400;
  }

  .contactInfoBox h5
  {
    font-size: 27px;
    color: #000000;
    font-family: 'Neue Montreal';
    line-height: 37px;
    font-weight: 400;
  }



  .contactInfoBox a
  {
   font-size: 18px;
   color: #000000;
   font-family: 'Neue Montreal';
   display: inline-block;
   font-weight: normal;
  }

  .contactInfoBox a:hover
  {
    color: #4DB621;
  }

/*=============================STYLING FOOTER===================================*/

.footer-section
{
  background-color: #000000;
  color: #ffffff;
  padding: 130px 0 60px 0;
}

.footer-section .readt-work-box h4
{
  font-size: 74px;
    font-weight: normal;
    line-height: 80px;
    letter-spacing: -1px;
    color: #ffffff;
    font-family: 'Neue Montreal', sans-serif;
    margin-bottom: 60px;
}

.footer-section .address-box h3
{
    font-size: 74px;
    font-weight: normal;
    line-height: 80px;
    letter-spacing: -1px;
    color: #ffffff;
    font-family: 'Neue Montreal', sans-serif;
    margin-bottom: 60px;
}

.footer-section .address-location h5
{
  color: #ffffff;
  font-size: 30px;
  font-family: 'Neue Montreal', sans-serif;
  margin-bottom: 0;
  font-weight: 300;
  letter-spacing: -1px;
}

.footer-section .address-location p
{
  color: #4DB621 !important;
  font-size: 20px;
}

.footer-section .address-location a
{
  color: #4DB621 !important;
}

.footer-section .address-location p a
{
  color: #4DB621 !important;
}


.footerLogo
{
  display: block;
  margin-bottom: 40px;
  height: 65px;
}

.textGreen
{
  color: #4DB621;
}

.footer-quicklinks
{
  margin-top: 100px;
  margin-bottom: 40px;
  border-top: 1.5px solid #ffffff;
  padding-top: 40px;
}

.footer-quicklinks .quick-links ul
{
   list-style-type: none;
   display: flex;
    align-items: center;
    padding-left: 0;
}

.footer-quicklinks .quick-links ul li
{
  display: flex;
    margin-right: 60px;
}

.footer-quicklinks .quick-links ul li::before
{
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  transition: background 250ms ease;
  margin-right: 35px;
  margin-top: 4px;
}

.footer-quicklinks .quick-links ul li a
{
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  line-height: 18.2px;
  letter-spacing: 1.5px;
  color: #ffffff;
  font-family: 'Futura', sans-serif;
}

.footer-social-links ul
{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-social-links ul li
{
  margin-right: 50px;
}

.footer-social-links ul li a
{
  color: #ffffff;
}

.footer-credit-sec
{
  background-color: #121212;
  padding: 30px 0;
}

.footer-credit-sec p, .footer-credit-sec a
{
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Neue Montreal', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}

.back-to-top
{
  background-color: #4DB621;
  border-color: #4DB621;
}