:root {
    --primary-color: #201E43;
    /* Blue */
    --secondary-color: #134B70;
    /* Green */
    --accent-color: #508C9B;
    /* Red */
    --neutral-color: #EEEEEE;
    /* Light Gray */
    --white-base: #ffffff;
}

/* Example usage */
body {

    padding: 0px !important;
    margin: 0px !important;
}



@font-face {
    font-family: 'DMSerifDisplay';
    src: url('fonts/DMSerifDisplay/DMSerifDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'RubicBoldItalic';
    /* Name your font */
    src: url('fonts/Rubik/Rubik-BlackItalic.ttf'),
        /* Define the path to your font files */
        /* Add additional src lines for other formats if necessary */
        /* You can also specify font-weight and font-style here */
}

@font-face {
    font-family: 'Sansation_Bold';
    src: url('fonts/sansation/Sansation_Bold.woff2') format('woff2'), 
         url('fonts/sansation/Sansation_Bold.woff') format('woff'), 
         url('fonts/sansation/Sansation_Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Sansation_Regular';
    /* Name your font */
    src: url('fonts/sansation/Sansation_Regular.ttf'),
        /* Define the path to your font files */
        /* Add additional src lines for other formats if necessary */
        /* You can also specify font-weight and font-style here */
}

@font-face {
    font-family: 'Sansation_Light';
    /* Name your font */
    src: url('fonts/sansation/Sansation_Light.ttf'),
        /* Define the path to your font files */
        /* Add additional src lines for other formats if necessary */
        /* You can also specify font-weight and font-style here */
}

h1 {
    color: var(--primary-color);
    font-family: 'DMSerifDisplay', serif; /* Fallback font */
}

h4{
    color: var(--accent-color);  
    font-family: 'DMSerifDisplay', serif; /* Fallback font */
}
p{
    color: #134B70;
}

.ceo-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%; /* Makes the image circular */
    border: 3px solid  var(--primary-color);   /* Adds a green border */
    object-fit: cover; /* Ensures the image fits well within the circle */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Adds a shadow for better visibility */
}


.blink {
    animation: blink-animation 1s steps(2, start) infinite;
  }

  @keyframes blink-animation {
    50% {
      opacity: 0;
    }
  }

.zerorow{


    margin: 0px !important;
    padding: 0px !important;
}
.customnavcolor {

    background-color: var(--primary-color);
    padding-top: .7rem;
    padding-bottom: .7rem;
}

.customfooter{
    background-color: var(--primary-color);
}

.owl-carousel .item {
    position: relative;
    text-align: center;
    color: white;
}

.owl-carousel .item img {
    width: 100%;
    height: auto;
}

.owl-carousel .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(32,30,67, 0.7); /* #201E43 with 50% alpha */
    z-index: 1;
}

.owl-carousel .item * {
    position: relative;
    z-index: 2; /* Ensures content appears above the overlay */
}

/* Styles for the overlay */
.item {
    position: relative !important;
}

.overlay {
    position: absolute !important;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0 ,.5); /* Dark semi-transparent background */
    color: white;
    padding: 20px;
    padding-top: 10% !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    text-align:  left !important;
    z-index: 999 !important;
    width: 100% !important ;
    height: 100% !important;
}
.slideimages{
    z-index: 1 !important;
}

.small-heading {
    font-size: 16px;
    margin-bottom: 10px;
}

.big-heading {
    font-size: 8.5vw !important;
    font-family: 'DMSerifDisplay', serif; /* Fallback font */
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 5px !important; 
}

.description {
    font-size: 14px;
    margin-bottom: 20px;
}

.btn {
    background-color:  var(--primary-color);
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    width: 10% !important;
}

.btn:hover {
    background-color:  var(--primary-color);
}
.contactnumber{
    border:1px solid #201E43;
    border-radius: 10px !important;
}


/* Navbar Styling */
#navbarNav{
    
}
.navbar {
    
    background-color: transparent !important;
   
}
.navbar.transparent {
    background-color: transparent !important;
    box-shadow: none !important;
}
.navbar.colored {
    background-color: var(--accent-color) !important; /* Solid color */
    box-shadow: 0 2px 5px rgba(32, 30, 67, 0.2) !important;
}
.navbar .nav-link {
    color:var(--primary-color);
    font-weight: 600;
}
.navbar.colored .nav-link {
    color:var(--primary-color);

}

/* Owl Carousel Images */
.owl-carousel .item img {
    width: 100%;
    height: auto;
}


body {
    margin: 0;
    padding: 0;
}

/* For testing scroll effect */
.content {

    background-color: #f8f9fa;
}



.tileone {
    height: 450px;
    overflow: hidden;
    position: relative;
    z-index: 1 !important;
    border-radius: 1%;

}

.tileone img {
    width: 260%;
    /* Show 40% of the image */
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center;
    border-radius: 10% !important;
    z-index: -1 !important;
}

.tileone h5 {
    color: white;
}

.tiletwo {
    height: 450px;
    overflow: hidden;
    position: relative;
    border-radius: 1%;


}

.tiletwo h5 {
    color: white;
}

.uppertext {
    z-index: 5 !important;

}


.tiletwo img {

    width: 280%;
    /* Show 40% of the image */
    height: auto;
    position: absolute;
    top: 10%;
    left: 40%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center;
    border-radius: 10% !important;
    z-index: -1 !important;
}

.alphabackground {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
}

.alphabackground:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.circular-image {
    width: 350px; /* Adjust size as needed */
    height: 350px; /* Keep the same as width to make it circular */
    object-fit: cover; /* Ensures the image fits within the circle */
    border-radius: 50%; /* Makes the image circular */
    border: 5px solid  var(--primary-color); /* Blue border */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1); /* Attractive shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effect */
  }
  
  .circular-image:hover {
    transform: scale(1.1); /* Slight zoom on hover */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2); /* Intensify shadow on hover */
  }
  

  .logo-container {
    position: relative;
    width: 300px; /* Adjust as needed */
    height: 100px; /* Adjust as needed */
    overflow: hidden; /* Ensures no content spills out */
    
   
  }

  .bg-image-column {
   /* Replace with your image URL */
    background-size: cover;
    background-position: center;
    height: 200px; /* Adjust height as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; /* Text color */
  }

  .custoninput{
    border: 2px solid var(--accent-color);
    font-weight: 600 !important;

  }
    .genbutton{

    background-color: var(--primary-color);
    border: none !important;
    color: var(--accent-color);
    border-radius: 5px !important;
    padding:10px !important;
    color:white !important;
    font-family: 'Sansation_Bold', sans-serif !important;
    letter-spacing: 5px !important;
  }
  .newsletterbutton{
    background-color: var(--accent-color);
    border: none !important;
    color:  var(--primary-color);
    border-radius: 5px !important;
    padding:10px !important; 
  }
.copytext{
    color: white !important;
    font-size: .8rem !important;
}

.navlogo{
    width: 60% !important;margin-left: 20% !important;
}

.serviceblocktext{
    color :white !important;
}


/* Styles for screens smaller than 576px wide (extra small devices) */
@media (max-width: 575.98px) {

    .headerlogo {
        margin-right: 0% !important;
    }

    .big-heading {
        font-size: 2rem !important;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .navlogo{
        display: none !important;
    }

    .logo-container {
        position: relative;
        width: 300px; /* Adjust as needed */
        height: 0px; /* Adjust as needed */
        overflow: hidden; /* Ensures no content spills out */
        
       
      }

      .overlay {
        padding-top: 3% !important;
        line-height: 10px !important;
      }

      .genbutton{

        background-color: var(--primary-color);
        border: none !important;
        color: var(--accent-color);
        border-radius: 5px !important;
        padding:10px !important;
        width: 50% !important;
      }


}

/* Styles for screens larger than or equal to 576px wide (small devices) */
@media (min-width: 576px) {
    .headerlogo {
        margin-right: 0% !important;
    }

.mobilelogo{
    display: :none !important;
}
}

/* Styles for screens larger than or equal to 768px wide (medium devices) */
@media (min-width: 768px) {}

/* Styles for screens larger than or equal to 992px wide (large devices) */
@media (min-width: 992px) {}

/* Styles for screens larger than or equal to 1200px wide (extra large devices) */
@media (min-width: 1200px) {}