*,
*::before,
*::after {
    box-sizing: border-box;
}

body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden; 
}



.SGanner {
    min-height: 100vh;
   // background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url('C:/SriGanesha_Digital_Marketing/website2/SG_Website2_final/images/bgimg.jpg');  
	 background-image:  url('images/bgimg.jpg');  
	// background-image: linear-gradient(rgba(200, 170, 0, 0.7), rgba(4, 9, 30, 0.7)), url('C:/SriGanesha_Digital_Marketing/website2/SG_Website2_final/images/bgimg.jpg');  
    background-position: center;
    background-size: cover;
    color: Black;
    text-align: left;
    position: relative;
}

.SGanner h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
   
}

.SGanner h5 span {
    font-size: 18px;
    font-weight: 500;
    color: #ef0f0f;
    margin-top: 40px;
   
}

.SGanner p {
    font-size: 17px;
    margin-top: 16px;
    
}

@media (max-width: 768px) {
    .SGanner h1 {
        font-size: 2rem;
    }

    .SGanner h5 span,
    .SGanner p {
        font-size: 1rem;
    }
}


.navbar-toggler {
    margin-left:0; 
}

.dropdown-toggle {
    padding: 8px 16px;
    background-color: transparent;
    border: none;
    color: #000; 
    transition: color 0.3s ease, background-color 0.3s ease;
}

.dropdown-toggle:hover {
    color:transparent; 
    background-color: red;
}

.dropdown-menu {
    min-width: 200px;
}

.top-bar {
    background-color: Black;
}

@media (max-width: 992px) {
    .logo {
        display: none; 
    }
    .navbar-collapse {
        text-align: right; 
    }
}

    

.section {
    padding: 2rem 0;
}

.content img {
    max-width:20%;
    height: 20%; 
}

.two-people-icon,
.three-people-arrow-cycle {
    font-size: 32px;
    margin-bottom: 16px;
}

img {
    width: 100%; 
    height: auto; 
    border-radius: 8px; 
}

h2 {
    margin: 16px 0; 
}

.card {
    border: none; 
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
}

.card-body {
    padding: 20px; 
}

@media (max-width: 768px) {
    h1 {
        font-size: 18px; 
    }

    h2 {
        font-size: 20px; 
    }
    .footer {
        background-color: #f8f9fa;
        padding: 20px 0;
      }
      
      .footer-image {
        max-width: 100px;
        height: auto;
      }
    
	
	.myDiv {
  border: 5px outset red;
  background-color: lightblue;    
  text-align: center;
}