/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: Times New Roman,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #000;
}

html {
    width: 100%;
    height: 100%;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:767px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #219ab3;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #11505d;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li.active {
    outline: nonte;
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(255,255,255,.3);
    border-radius: 5px;
}
@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}

.intro {
    display: table;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    padding: 0;
    text-align: center;
    color: #fff;
    background: url(../img/profile2.png) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: cover;
    -o-background-size: contain;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.intro .intro-body .intro-text {
    font-size: 18px;
     font-style: italic;
}
@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
        background-position: center center;
    }

    .intro .intro-body .brand-heading {
        font-size: 50px;
        font-family: "Comic Sans MS",cursive;
        font-weight: 400;
    }

    .intro .intro-body .intro-text {
        font-size: 25px;
        font-style: italic;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
   padding-top: 100px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


#map {
    width: 100%;
    height: 300px;
    margin-top: 50px;
    position: relative;
}

gmp-map {
    width: 100%;
    height: 100%;
}
@media(min-width:767px) {
    .content-section {
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
    }
}

.btn {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #fff;
    outline: 0;
    color: #000;
    background-color: #fff;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 10px 0;
}

footer p {
    margin: 0;
    font-size: 10px;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}


/*CUSTOM CSS*/

.project_portfolio{
    margin-top: 1%;
    text-align: left;
}

.box1{
   border-left: 1px solid rgba(255,255,255,0.15);
}
.box2, .box3{
   border-top: 1px solid rgba(255,255,255,0.15);
}

.dl-horizontal dt{
    text-align:center !important;
    width: 50px !important;    
}
.dl-horizontal dd {
    margin-left: 50px !important;
}
.sp_text{
    color: #f65757;
}
.sp_icons{
    font-size: 15pt !important;
}
.rs_text{
    margin-top: 2%;    
}
.about_text{
    font-style: italic;
    text-align: left !important;
}
.abt_btn{    
    text-transform: lowercase !important;
}

.progess-bars li {
	list-style:none;
	color: #fff;
	font-weight: bold;
	
}

h2,h3,h4,h5{
    font-family: verdana;
    margin-bottom: 5%;
}

h2{font-size: 18pt;}
h3{font-size: 16pt; font-weight: 600;}
h4{font-size: 12pt; font-weight: 100;}
h5{font-size: 10pt; font-weight: 100;}

.subject{
    font-family: Times New Roman;
    font-size: 14pt;
    font-style: italic;
    margin-bottom: 5%;
}

.project_desc,.timeline-body, .text-muted, dd, .progress-bar,.text-info, .contact_letter{
    font-family: verdana;
    font-size: 10pt;
    font-stretch: expanded;    
}

.text-muted, .sp_text, .progress-bar{
    font-size: 8pt !important;
}
.progress{
    border-radius: 0px !important;
}

.navbar-nav > li {
    font-family: verdana;
    font-size: 10pt;
    font-stretch: expanded;
    font-weight: bold;
}
.dwd_btn{
    margin-top: 10%;
}

.speech_icon{
    color: #219ab3;
    
}
.special_icon{
    color: #f65757;
}

.exp_icon,.skill_icon,.speech_icon, .special_icon{
    font-size: 25pt !important;
}

.expandable-text {
      border-radius: 10px;
    }

    /* Paragraph Styling */
    .text-content {
      color: #94a3b8;
      line-height: 1.8;
      text-align: left;
      margin: 0 0 12px 0;
      transition: all 0.3s ease;
      
      /* Collapsed state - show only 3 lines */
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    /* Expanded state */
    .text-content.expanded {
      display: block;
      -webkit-line-clamp: unset;
      overflow: visible;
    }

    /* Read More / Read Less Button */
    .read-more-btn {
      background: transparent;
      color: #f65757;
      border: 1px solid #f65757;
      padding: 8px 16px;
      border-radius: 6px;
      font-weight: 600;
      cursor: pointer;
      font-size: 0.9rem;
      transition: all 0.3s ease;
      font-family: "Comic Sans MS",cursive;
    }

    .read-more-btn:hover {
      background: rgba(255, 107, 43, 0.1);
      transform: translateY(-2px);
    }

    .read-more-btn.expanded {
      color: #ef4444;
      border-color: #ef4444;
    }

    .read-more-btn.expanded:hover {
      background: rgba(239, 68, 68, 0.1);
    }

/* ============================================
   RESPONSIVE MEDIA QUERIES
   ============================================ */

/* Extra Small Devices (phones, less than 480px) */
@media (max-width: 479px) {
    .intro {
        background: url(../img/profile1.png) no-repeat center center scroll !important;
        background-position: center center !important;
        background-attachment: scroll !important;
        background-size: cover !important;
    }

    .intro .intro-body .brand-heading {
        font-size: 28px;
    }

    .intro .intro-body .intro-text {
        font-size: 14px;
    }

    .btn-circle {
        width: 50px;
        height: 50px;
        padding: 5px 10px;
        font-size: 28px;
    }

    .content-section {
        padding-top: 60px;
    }

    h2 {
        font-size: 16pt;
    }

    h3 {
        font-size: 14pt;
    }

    .project_portfolio .col-md-7,
    .project_portfolio .col-md-5 {
        width: 100%;
        padding: 0 15px;
    }

    .project_portfolio .col-md-7 {
        margin-bottom: 20px;
    }

    .box, .box1 {
        border-left: none;
        border-bottom: 1px solid rgba(255,255,255,0.15);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .dl-horizontal dt {
        width: 40px !important;
    }

    .dl-horizontal dd {
        margin-left: 40px !important;
    }

    .navbar-nav > li {
        font-size: 9pt;
    }

    .about_text {
        font-size: 14px;
    }
}

/* Small Devices (landscape phones, 480px to 767px) */
@media (min-width: 480px) and (max-width: 767px) {
    .intro {
        background: url(../img/profile1.png) no-repeat center center scroll !important;
        background-position: center center !important;
        background-attachment: scroll !important;
        background-size: cover !important;
    }

    .intro .intro-body .brand-heading {
        font-size: 32px;
    }

    .intro .intro-body .intro-text {
        font-size: 16px;
    }

    .content-section {
        padding-top: 70px;
    }

    .project_portfolio .col-md-7,
    .project_portfolio .col-md-5 {
        width: 100%;
        padding: 0 15px;
    }

    .project_portfolio .col-md-7 {
        margin-bottom: 20px;
    }

    .box, .box1 {
        border-left: none;
        border-bottom: 1px solid rgba(255,255,255,0.15);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

/* Medium Devices (tablets, 768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .intro {
        background: url(../img/profile1.png) no-repeat center center scroll !important;
        background-position: center center !important;
        background-attachment: scroll !important;
        background-size: cover !important;
    }

    .intro .intro-body .brand-heading {
        font-size: 42px;
    }

    .intro .intro-body .intro-text {
        font-size: 20px;
    }

/* Large Devices (desktops, 992px and above) */
@media (min-width: 992px) {
    .intro {
        background: url(../img/profile2.png) no-repeat center center scroll !important;
        background-position: center center !important;
        background-attachment: scroll !important;
        background-size: cover !important;
    }

    .intro .intro-body .brand-heading {
        font-size: 50px;
    }

    .intro .intro-body .intro-text {
        font-size: 25px;
    }
}

    .project_portfolio .col-md-7 {
        width: 100%;
        margin-bottom: 20px;
    }

    .project_portfolio .col-md-5 {
        width: 100%;
    }

    .box, .box1 {
        border-left: none;
        border-bottom: 1px solid rgba(255,255,255,0.15);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 17pt;
    }

    .timeline > li > .timeline-panel {
        width: 42%;
    }
}

/* Large Devices (desktops, 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .intro .intro-body .brand-heading {
        font-size: 48px;
    }

    .project_portfolio .col-md-7 {
        width: 55%;
    }

    .project_portfolio .col-md-5 {
        width: 45%;
    }
}

/* Extra Large Devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .intro .intro-body .brand-heading {
        font-size: 55px;
    }

    .intro .intro-body .intro-text {
        font-size: 28px;
    }

    .content-section {
        padding-top: 120px;
    }
}

/* Mobile-specific adjustments */
@media (max-width: 767px) {
    /* Map adjustments */
    #map {
        height: 250px;
        margin-top: 30px;
    }

    /* Navbar adjustments */
    .navbar-custom .navbar-brand {
        font-size: 16px;
    }

    .navbar-custom .nav li a {
        padding: 10px 15px;
        font-size: 14px;
    }

    /* About section adjustments */
    .about_heading {
        font-size: 16pt;
    }

    .about_text {
        font-size: 14px;
        line-height: 1.4;
    }

    /* Resume section adjustments */
    .box, .box1, .box2, .box3 {
        padding: 15px;
    }

    .rs_text {
        font-size: 14pt;
        margin-top: 15px;
    }

    .exp_icon, .skill_icon, .speech_icon, .special_icon {
        font-size: 20pt !important;
    }

    /* Progress bars on mobile */
    .progress-bar {
        font-size: 8pt !important;
    }

    /* Project portfolio adjustments */
    .project_portfolio {
        margin-top: 5%;
        padding: 0 10px;
    }

    .project_portfolio h3 {
        font-size: 14pt;
    }

    .project_portfolio h5 {
        font-size: 9pt;
    }

    .project_desc {
        font-size: 9pt;
    }

    /* Contact section adjustments */
    .contact_letter {
        font-size: 10pt;
    }

    /* Button adjustments */
    .btn-default {
        padding: 8px 12px;
        font-size: 12px;
    }

    .btn-lg {
        padding: 10px 16px;
        font-size: 14px;
    }

    /* Spacing adjustments */
    .col-lg-8,
    .col-lg-offset-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Tablet-specific adjustments */
@media (min-width: 768px) and (max-width: 991px) {
    /* Navbar adjustments */
    .navbar-custom .nav li a {
        padding: 12px 15px;
    }

    /* About section */
    .about_text {
        font-size: 16px;
    }

    /* Resume boxes */
    .box, .box1 {
        min-height: auto;
    }

    /* Timeline adjustments */
    .timeline > li > .timeline-badge {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 1.2em;
    }
}

/* Landscape mobile adjustments */
@media (max-width: 767px) and (orientation: landscape) {
    .intro {
        padding: 50px 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 32px;
    }

    .content-section {
        padding-top: 50px;
    }
}

/* Print styles */
@media print {
    .navbar,
    .btn-circle,
    ul.banner-social-buttons {
        display: none;
    }

    .intro {
        background: none;
        color: #000;
    }

    body {
        background-color: #fff;
        color: #000;
    }
}
