/*
* ----------------------------------------------------------------------------------------
Author       : Mannat Themes
Template Name: Ultra - Responsive Resume & CV Template
Version      : 1.0
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 01.BAGIC CSS STYLE
* 02.PRELOADER CCS STYLE
* 03.NAVABAR CSS STYLE
    -LOGO CSS
* 04.MAIN CONTAINER CSS STYLE
* 05.ABOUT CSS STYLE
* 06.SKILLS CSS STYLE
* 07.EDUCATION & EXPERIENCE CSS STYLE
* 08.Portfolio CSS STYLE
* 09.CONTACT CSS STYLE
* 10.FOOTER CSS STYLE
* 11.RESPONSIVE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

html,




.modal-content {
    border-radius: 8px; 
    border: none;	
}

.modal-content a {
    color: #58bb5d;   /* Optional: text-decoration: none;  removes the default underline */
    text-align: center;
    font-size: 16px;
}

.modal-header {
    background-color: #f8f8f8;
}
.modal-body {
    padding: 30px;
}



#resume {
    width: 85px;
}


.button-link {
    background-color: #58bb5d; /* Button background color */
    color: white;             /* Text color */
    padding: 10px 20px;       /* Spacing inside the button */
    text-decoration: none;    /* Remove the default link underline */
    
    border-radius: 5px;       /* Rounded corners */
    display: inline-block;    /* Allows margins and padding to work correctly */
    font-weight: bold;        /* Makes the text bold */
    cursor: pointer;          /* Ensures the cursor is a hand icon */
}

.button-link:hover {
    background-color: #45a049; /* Color change on hover */
    color: white;             /* Text color */
    text-decoration: none;
}

.my-button {
  background-color: #58bb5d; /* Green background */
  border: none; /* Remove default border */
  color: white; /* White text */
  padding: 15px 32px; /* Space between text and border */
  text-align: center; /* Center the text */
  text-decoration: none; /* Remove underline (if it were an anchor) */
  display: inline-block; /* Allows setting width/height and other properties */
  font-size: 16px; /* Increase font size */
  cursor: pointer; /* Change mouse cursor on hover */
  border-radius: 8px; /* Rounded corners */
  transition: background-color 0.3s; /* Smooth transition for hover effect */
}

.my-button:hover {
  background-color: #45a049; /* Darker green on hover */
}
input[type=submit] {
background-color: #58bb5d;
border-color: #58bb5d;
}

.section-title {
  
        color: #3E3E3E;

}
.section-title h2 {

        color: #45a049;

}

.bio-andlistall {
	line-height: .14px;

}



/*==========/BAGIC==========*/

  
/*========== 02 PRELOADER==========*/


/*========== /PRELOADER==========*/


/*========== 03 navbar==========*/


/*= logo=*/


/*= /logo=*/

/*========== /navbar==========*/



/*========== 04 main container==========*/

/*========== /main container==========*/


/*========== 05 about==========*/



/*========== 06 skill==========*/


/*========== /skill==========*/


/*========== 07 education & experience==========*/

/*========== /education & experience==========*/


/*========== 08 portfolio==========*/

 
/*========== /portfolio==========*/


/*========== 09 contact==========*/



/*========== /contact==========*/


/*========== 10 footer==========*/


/*========== /footer==========*/


/* ==========RESPONSIVE.========== */
